applicationwindow: Allocate tooltips
authorMatthias Clasen <mclasen@redhat.com>
Fri, 4 Jun 2021 01:43:13 +0000 (21:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 4 Jun 2021 01:43:13 +0000 (21:43 -0400)
commit6a509608f9fd9593efe2060e706cada4b27f23c6
tree9b88b541028d684ea689b1451f38be9524469874
parentdf6a52520c1c18171d59deccea68eefe423e363c
applicationwindow: Allocate tooltips

GtkApplicationWindows size_allocate does not chain
up if the menubar is visible; don't forget to allocate
the tooltip window in that case.

Fixes: #3997
gtk/gtkapplicationwindow.c